Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
a
/
r
/
i
/
ariannadhf
/
www
/
wp-content
/
plugins
/
svg-support
/
functions
/
/home/a/r/i/ariannadhf/www/wp-content/plugins/svg-support/functions/localization.php
<?php /** * INTERNATIONALIZATION / LOCALIZATION */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } add_action( 'init', 'bodhi_svgs_localization' ); function bodhi_svgs_localization() { load_plugin_textdomain( 'svg-support', false, basename( dirname( __FILE__ ) ) . '/languages' ); }